|
include($inc_path."chude.htm");
?>
include($inc_path."newletter.htm");
include($inc_path."datsach.htm")
?>
|
#load dynamic page
include($inc_path."homedynamic.htm");
#read static content
$s=readFileContent("content.html");
$s=str_replace("face=\"VNI-Times\"", "face=\"$fontName\"", $s);
echo VNIConvert($s,$fontCodeTable);
?>
|

include($inc_path."docquyen.htm");
?>
include($inc_path."sachmoi.htm");
include($inc_path."banchay.htm");
?>
include($inc_path."khuyenmai.htm");
?>
include($inc_path."sph.htm");
?>
$s=readFileContent("contentRight.html");
$s=str_replace("face=\"VNI-Times\"", "face=\"$fontName\"", $s);
echo VNIConvert($s,$fontCodeTable);?>
|